home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / cuj9204 / 1004110b < prev    next >
Text File  |  1992-06-02  |  140b  |  8 lines

  1.  
  2.        if (one > three)  
  3.            {
  4.            printf("Find maximum returning %d", one);
  5.            return one;          
  6.            }
  7.  
  8.